You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > TMtx Class > TMtx Methods > CopyToArray Method > TMtx.CopyToArray Method (double[])
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
TMtx.CopyToArray Method (double[])

Copies matrix values to a 2D array.

Syntax
C#
Visual Basic
public void CopyToArray(ref double[] Dst);

Copies all matrix values to a 2D array. The rows of the array will have two times as many columns, if the calling matrix object is Complex.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!